Attempt to fix the run_with_library_paths test for Windows.
authorPeter Williams <peter@newton.cx>
Tue, 7 Feb 2017 20:55:36 +0000 (15:55 -0500)
committerPeter Williams <peter@newton.cx>
Tue, 7 Feb 2017 20:57:06 +0000 (15:57 -0500)
commitd545a9fe627f63b03aac3298be8f3cb85fa3060d
tree559af5935fbedb29283c61e420d272f4a56e71a6
parent8913382f9959ece80b625ff86e86cafb63053b22
Attempt to fix the run_with_library_paths test for Windows.

I was just pasting the build directories into Rust string literals, so Windows
paths with backslashes were being interpreted as having unknown string
escapes. Raw string guards should fix this for all but the most pathological
of build directories.
tests/run.rs